Skip to content

Commit 204e62a

Browse files
committed
Housekeeping items
1 parent 08b9f45 commit 204e62a

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Each line is a file pattern followed by one or more owners.
2+
3+
# These owners will be the default owners for everything in
4+
# the repo. Unless a later match takes precedence,
5+
# space separated list of users/teams will be requested for
6+
# review when someone opens a pull request. Syntax is the same
7+
# as with .gitignore. More info here:
8+
# https://help.github.com/articles/about-codeowners/
9+
#
10+
# Global CODEOWNERS
11+
* @andrewgearhart @ajkiessl @jrpatterson

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at jxb13@psu.edu. All
58+
reported by contacting the project team at jrp22@psu.edu. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 jxb13@psu.edu
3+
Copyright (c) 2017 jrp22@psu.edu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

etda_utilities.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require "etda_utilities/version"
77
Gem::Specification.new do |spec|
88
spec.name = "etda_utilities"
99
spec.version = EtdaUtilities::VERSION
10-
spec.authors = ["jxb13@psu.edu"]
11-
spec.email = ["jxb13@psu.edu"]
10+
spec.authors = ["ajk5603@psu.edu"]
11+
spec.email = ["ajk5603@psu.edu"]
1212

1313
spec.summary = 'A gem containing common fuctions for the ETDA applications.'
1414
spec.description = 'Contains Partner, .., ..., etc. '

0 commit comments

Comments
 (0)