Skip to content

Commit d39e317

Browse files
authored
Merge pull request #86 from grahamhay/scenic_code_creation_date_format
Scenic code creation date format
2 parents 983509f + c0886f6 commit d39e317

File tree

118 files changed

+123
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+123
-118
lines changed

c_src/line.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Created by Boyd Multerer on 10/26/17.
2+
// Created by Boyd Multerer on 2017-10-26.
33
// Copyright © 2017 Kry10 Industries. All rights reserved.
44
//
55

lib/scenic/cache.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer on November 12, 2017.
2+
# Created by Boyd Multerer on 2017-11-12.
33
# Copyright © 2017 Kry10 Industries. All rights reserved.
44
#
55
defmodule Scenic.Cache do

lib/scenic/cache/file.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer on November 12, 2017.
2+
# Created by Boyd Multerer on 2017-11-12.
33
# Copyright © 2017 Kry10 Industries. All rights reserved.
44
#
55

lib/scenic/cache/hash.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer on November 13, 2017.
2+
# Created by Boyd Multerer on 2017-11-13.
33
# Copyright © 2017 Kry10 Industries. All rights reserved.
44
#
55

lib/scenic/cache/supervisor.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer on November 29, 2017.
2+
# Created by Boyd Multerer on 2017-11-29.
33
# Copyright © 2017 Kry10 Industries. All rights reserved.
44
#
55

lib/scenic/cache/term.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer on November 12, 2017.
2+
# Created by Boyd Multerer on 2017-11-12.
33
# Copyright © 2017 Kry10 Industries. All rights reserved.
44
#
55

lib/scenic/component.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer on 3/26/18.
2+
# Created by Boyd Multerer on 2018-03-26.
33
# Copyright © 2018 Kry10 Industries. All rights reserved.
44
#
55

lib/scenic/component/input/caret.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer August 6, 2018.
2+
# Created by Boyd Multerer 2018-08-06.
33
# Copyright © 2018 Kry10 Industries. All rights reserved.
44
#
55

lib/scenic/component/input/dropdown.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer July 15, 2018.
2+
# Created by Boyd Multerer 2018-07-15.
33
# Copyright © 2018 Kry10 Industries. All rights reserved.
44
#
55

lib/scenic/component/input/text_field.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Created by Boyd Multerer August 5, 2018.
2+
# Created by Boyd Multerer 2018-08-05.
33
# Copyright © 2018 Kry10 Industries. All rights reserved.
44
#
55

0 commit comments

Comments
 (0)