File tree Expand file tree Collapse file tree 6 files changed +15
-0
lines changed
perl_seco_data_writer/source/lib/Seco/Data Expand file tree Collapse file tree 6 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
package Seco::Data::Writer ;
2
+ # Copyright (c) 2011, Yahoo! Inc. All rights reserved.
3
+ # Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
2
4
3
5
use strict;
4
6
use warnings;
Original file line number Diff line number Diff line change 1
1
# Module to handle each invidiual key
2
2
package Seco::Data::Writer::Key ;
3
3
4
+ # Copyright (c) 2011, Yahoo! Inc. All rights reserved.
5
+ # Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
6
+
4
7
use strict;
5
8
use warnings;
6
9
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ use strict;
2
2
3
3
package Seco::Data::Writer::Meta ;
4
4
5
+ # Copyright (c) 2011, Yahoo! Inc. All rights reserved.
6
+ # Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
7
+
5
8
use base qw/ Seco::Bootie/ ;
6
9
7
10
use Seco::Data::Writer;
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2011, Yahoo! Inc. All rights reserved.
2
+ # Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
1
3
use strict;
2
4
3
5
package Seco::Data::Writer::Meta::P4 ;
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2011, Yahoo! Inc. All rights reserved.
2
+ # Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
1
3
use strict;
2
4
3
5
package Seco::Data::Writer::Meta::SVN ;
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2011, Yahoo! Inc. All rights reserved.
2
+ # Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
3
+
1
4
package Seco::Data::Writer::Text ;
2
5
3
6
use strict;
You can’t perform that action at this time.
0 commit comments