Skip to content

Commit fd40390

Browse files
committed
Fix source code header
1 parent f815f72 commit fd40390

33 files changed

+33
-33
lines changed

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/ASCIICharacterAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/ASCIIStringAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/AUIDAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/BooleanAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/CharacterAdapterUtilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/DataValueAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/Int16Adapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/Int32Adapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/Int64Adapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

class-generator/src/main/java/com/sandflow/smpte/mxf/adapters/Int8Adapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, Pierre-Anthony Lemieux ([email protected])
2+
* Copyright (c) Sandflow Consulting LLC
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)